-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Liveness for PTX and Vulkan #541
Add Liveness for PTX and Vulkan #541
Conversation
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
dartagnan/src/test/java/com/dat3m/dartagnan/litmus/LitmusPTXv7_5LivenessTest.java
Show resolved
Hide resolved
The new test from Figures 9 and 11 are wrong. In the paper, they have this + and - indicating that some lines were added or removed. These are the correct versions for Figure 11 (please also create two tests for Figure 9 with the corresponding lines removed, also check the init value of
and
|
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
@tonghaining can you add all CADP test (i.e., not only the ones that we run for liveness) to the Vulkan-CK-expected so be sure that all tests have the correct syntax? |
Signed-off-by: Hernan Ponce de Leon <[email protected]>
It can't check all the CADP tests because those with |
Signed-off-by: Hernan Ponce de Leon <[email protected]>
Signed-off-by: Hernan Ponce de Leon <[email protected]>
01287ad
into
hernanponcedeleon:development
This PR adds liveness features and tests for PTX and Vulkan models